home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / sndoff15.zip / TEST3.BAT < prev    next >
DOS Batch File  |  1992-08-17  |  824b  |  24 lines

  1. :Use this batch file and the other supplied
  2. :batch and script files to become familar with
  3. :Sound Off!
  4. :-----------------------------------------------
  5. :Notice that SOUNDOFF is called with /fs to run a
  6. :script in Silent mode, below. Insert some errors
  7. :in SAMPLE.SOS and run this batch as is, then remove the
  8. :'s' after the /f and run again.
  9. : Notice the display that shows upon an error.
  10. :-----------------------------------------------------
  11. :Make any modifications you want to these files.
  12. :------------------------------------------------------
  13. :
  14. @echo off
  15. cls
  16. soundoff /fs sample
  17. if errorlevel 1 got BAD
  18. goto END
  19. :BAD
  20. echo  Ooooops....there's some text where it shouldn't be!
  21. echo  Press a key and fix it...and Turn Off That Infernal NOISE!!!
  22. soundoff /a2 550 440 50 10    :<---2 tone alarm
  23. :END
  24.